home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga General Interest Volume 210 (1995-03)(SOMC)(Disk 2 of 5)[SMC210C30I2].zip / Amiga General Interest Volume 210 (1995-03)(SOMC)(Disk 2 of 5)[SMC210C30I2].adf / MathScript / init.ps next >
Text File  |  1995-02-08  |  262b  |  11 lines

  1. /MathScriptDict 7 dict def
  2. MathScriptDict begin
  3. /ft {/PSFont findfont exch scalefont setfont} def
  4. /mk {/PSFont findfont exch makefont setfont} def
  5. /gs {gsave} def
  6. /gr {grestore} def
  7. /rm {rmoveto} def
  8. /s {show} def
  9. /ln {setlinewidth rlineto gs stroke gr} def
  10. end
  11.